projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad428e3
)
; Fix whitespace in editfns-tests.el
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 Apr 2024 05:55:12 +0000
(08:55 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 11 Apr 2024 05:55:12 +0000
(08:55 +0300)
* test/src/editfns-tests.el
(editfns-tests--before/after-change-functions): Fix whitespace.
test/src/editfns-tests.el
patch
|
blob
|
history
diff --git
a/test/src/editfns-tests.el
b/test/src/editfns-tests.el
index a7fcef86209385170293348fa6807a926a669e40..a02bab73c09c0158e4f4dc3ec58b09486e33ff60 100644
(file)
--- a/
test/src/editfns-tests.el
+++ b/
test/src/editfns-tests.el
@@
-520,7
+520,7
@@
(insert "ééé")
(encode-coding-region beg (point) 'utf-8)
(should (null (sanity-check-change-functions-errors))))
-
+
(sanity-check-change-functions-with-op 'DECODE-CODING-REGION
(decode-coding-region beg (point) 'utf-8)
(should (null (sanity-check-change-functions-errors)))))